POV-Ray : Newsgroups : povray.general : max_trace_level : Re: max_trace_level Server Time
6 Aug 2024 00:10:28 EDT (-0400)
  Re: max_trace_level  
From: Warp
Date: 20 Aug 2002 09:24:39
Message: <3d624317@news.povray.org>
AFAIK the stack overlapping with the heap is a problem which happens only
in Windows (and perhaps MacOS?).
  If I'm not completely mistaken, in most Unix systems the stack of a program
starts from the maximum memory address which the system supports (which is
32-bit systems would be at least 2 gigabytes, if not 4). Since the heap starts
from a very low memory address (typically some tens of kilobytes) it's highly
unlikely that they will ever overlap (because usually you run out of memory
before this happens).

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.